.ch-slider-holder.front-posts {
  margin-top: -161px;
}

.item-panel > div {
  position: relative;
}

.widget-content h2 i {
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 20px;
}

.widget-content h2 span {
  padding-right: 30px;
}

.imglink-slider {
  width: 100%;
  padding-top: 100%;
  position: relative;
  box-shadow: 5px 0px 10px rgba(0,0,0,0.6);
  background-color: #FFF;
}

.imglink-slider > img {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  max-width: 97%;
  max-height: 97%;
  box-shadow: none !important;
  padding: 3%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.edit-item {
  z-index: 4;
}

.widget-content .widget-text {
  padding: 40px;
  background-color: #FFF;
  overflow: hidden;
}

.organigrama-holder .item-panel {
  text-align: center;
  font-size: 14px;
}

.organigrama-holder {
  text-align: center;
  max-width: 800px;
  margin: 20px auto 40px auto !important;
}

.organigrama-holder .item-panel img {
  display: inline-block;
  border: 2px solid #fab915;
  border-radius: 50%;
  margin-bottom: 16px;
}

.organigrama-holder .item-panel p {
  margin-bottom: 0px;
}

.search-filters {
  padding: 20px;
  border: 3px solid #fcb913;
}

.search-filters table {
  width: 100%;
}

.search-filters .simple-form table input,
.search-filters .simple-form table select {
  margin-bottom: 0px;
  width: 100%;
}

.search-filters .simple-form .button-submit {
  border-radius: 0px;
  background-color: #fcb913;
}

.item-video > div {
	position: relative;
}

.item-video > div:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60%;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.item-video h3 {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #FFF;
  font-size: 20px;
  padding: 10px;
  z-index: 2;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

.item-video .fonticon-Youtube {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  font-size: 35px;
  color: #b31217;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 50%;
  text-align: center;
}

.map-icons {
  table-layout: fixed;
	width: 100%;
  text-align: center;
}

.map-icons td a {
	display: block;
  padding: 10px 20px;
  margin: 0px 8px;
	border-bottom: 1px solid;
}

.cooperative-list {
	list-style: none;
  background-color: #FFF;
  padding: 20px;
}

.map-icons td a h3 {
	color: inherit;
}

.map-icons td a.selected h3 {
	color: #FFF;
}

.map-icons td:first-child a {color: #3DA438;}
.map-icons td:first-child a.selected {background-color: #3DA438;}

.map-icons td:nth-child(2) a {color: #955C36;}
.map-icons td:nth-child(2) a.selected {background-color: #955C36;}

.map-icons td:nth-child(3) a {color: #51B6D5;}
.map-icons td:nth-child(3) a.selected {background-color: #51B6D5;}

.map-icons td:nth-child(4) a {color: #529CA2;}
.map-icons td:nth-child(4) a.selected {background-color: #529CA2;}

.map-icons td:nth-child(5) a {color: #7A186E;}
.map-icons td:nth-child(5) a.selected {background-color: #7A186E;}

.map-icons td:nth-child(6) a {color: #958A2B;}
.map-icons td:nth-child(6) a.selected {background-color: #958A2B;}


/*_____  SEARCH______*/

#search form {
  display: inline-block;
  margin-right: 0px;
  border-radius: 16px;
  position: relative;
  background-color: #FFF;
}

#search form {
  z-index: 2;
}

#search:hover form {
  display: block;
}


#search input {
  border: none;
  width: 22px;
  height: 22px;
  border-radius: 13px;
  -moz-transition: width 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  background: transparent;
  padding: 2px 24px 2px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  color: #FFF;
}

#search form input{
  line-height: 22px;
  padding: 0px 6px;
  margin: 5px;
  border-radius: 4px;
  color: #606060;
}

#search form i {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  z-index: 2;
  border: none;
}

#search form:hover input,
#search input:focus {
  width: 200px;
  -moz-transition: width 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  background: #FFF;
  margin-right: 36px;
}

.search-panel {
  display: inline-block;
	width: 48%;
	font-size: 0px;
  padding: 10px;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  vertical-align: top;
}

.search-panel > div {
	font-size: 14px;
  background-color: #FFF;
  padding: 10px;
}

.search-panel h4 {
  font: 17px 'Open Sans', Arial, san-serif;
  color: #3F3F3F;
}

.search-panel .highlight {
	color: #FFE600;
}